[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
RightShift_Pressed


Purpose   Determines whether the Right shift key is being depressed.

Decln.    RightShift_Pressed:boolean;

Returns   Boolean

Remarks   Returns true if the right shift key is being depressed.

Example

BEGIN
    IF RIGHTSHIFT_PRESSED THEN
       WRITEAT(80,25,YELLOW,BLACK,CHR(24));
END;

See Also: LeftShift_Pressed Shift_Pressed
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson